home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_617_mousepos.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  381 b   |  20 lines

  1. mousepos 
  2.  
  3. Stands for mouse position. Reports the page coordinates representing the current mouse position on the screen. See setpos.
  4.  
  5. Examples: 
  6.  
  7. show mousepos 
  8. 60 63
  9. show first mousepos 
  10. 60
  11.  
  12. If there is a turtle on the page, the turtle will follow the mouse.
  13.  
  14. t1,
  15. pd 
  16. forever [setpos mousepos]
  17.  
  18. Choose the Cancel menu item, the Stopall menu item, or ‚åò-. to stop this process.
  19.  
  20.